C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / CanRemove Method
The index of the item that would be removed.

In This Topic
CanRemove Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Determines whether the item at the specified index can be removed from the collection.
Syntax
'Declaration
 
Public Overrides Function CanRemove( _
   ByVal index As Integer _
) As Boolean
 

Parameters

index
The index of the item that would be removed.
See Also